Overload | Description |
---|---|
NotContainItemsAssignableTo<TExpectation>(String,Object[]) | Asserts that the current collection does not contain any elements that are assignable to the type TExpectation. |
NotContainItemsAssignableTo(Type,String,Object[]) | Asserts that the current collection does not contain any elements that are assignable to the given type. |